取得工作資訊

可讓您按照識別碼取得工作資訊。

方法:

GET /api/2.0/virtualization/tasks/{ID}

其中:

{ID} – 工作識別碼(必要參數)。

如果請求成功完成,REST API 會返回以下工作資訊:

<task id="{ID}" created="{日期和時間}" stateChanged="{日期和時間}" changed="{日期和時間}">

<state>{state}</state>

<type>{type}</type>

<stage>{stage}</stage>

<progress>{execution progress}</progress>

<result>{result}</result>

<! -- 如果工作執行失敗,系統會顯示錯誤訊息而不是結果。

<error>{error message}</error>

</task>

其中:

返回代碼:

頁面頂部